Method: addValueToNamedList

Add a value to an ExtremeControl end-system group. This is a generic operation, so ensure you use the correct value and end-system group. Adding to a MAC address based end-system group requires the value to be in a MAC address format. Adding an IP address to an IP based end-system group requires the value to be in an IP address format. Failure to use the correct value and end-system group can cause network access issues.

Parameters

Name Type Description
list string The end system group you are changing
list string The value to add
description string Optional information stored in the end-system group with the value
reauthenticate boolean Set to true to force reauthentication on the affected end-system

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/addValueToNamedList?list=Administrator-User&value=jdoe&description=Example-Web-Service-ListName&reauthenticate=true&removeFromOtherGroups=true